* Switch from cdbs to dh
* Set Debian GNOME team as maintainer and update Vcs fields
* Switch to automatic dbgsym packages
+ * Build with all hardening flags
* Bump Standards-Version to 4.1.1
-- Jeremy Bicha <jbicha@debian.org> Sat, 14 Oct 2017 14:10:57 -0400
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
# Disable SSE2 except on amd64
ifneq ($(DEB_HOST_ARCH_CPU),amd64)